Platform Explorer / Nuxeo Platform 6.0

Contribution org.nuxeo.ecm.platform.picture.core.libraryselector.LibrarySelectorService--LibrarySelector

This contribution is part of XML component org.nuxeo.ecm.platform.picture.core.libraryselector.LibrarySelectorService inside nuxeo-platform-imaging-core-6.0.jar

Extension Point

Extension point LibrarySelector of component LibrarySelectorService.

Contributed Items

  • <LibrarySelector>
          <ImageUtils class="org.nuxeo.ecm.platform.picture.core.im.IMImageUtils" name="ImageMagick"/>
          <MetadataUtils class="org.nuxeo.ecm.platform.picture.core.mistral.MistralMetadataUtils" name="Mistral"/>
        </LibrarySelector>

XML Source

<extension point="LibrarySelector" target="org.nuxeo.ecm.platform.picture.core.libraryselector.LibrarySelectorService">
    <LibrarySelector>
      <ImageUtils class="org.nuxeo.ecm.platform.picture.core.im.IMImageUtils" name="ImageMagick"/>
      <MetadataUtils class="org.nuxeo.ecm.platform.picture.core.mistral.MistralMetadataUtils" name="Mistral"/>
    </LibrarySelector>
  </extension>